2024-03-27 15:19:53,473 [ 106784 ] INFO : ClickHouse root is not set. Will use /home/ubuntu/_work/_temp/test/git-repo-copy (runner:41, check_args_and_update_paths) 2024-03-27 15:19:53,473 [ 106784 ] INFO : Cases dir is not set. Will use /home/ubuntu/_work/_temp/test/git-repo-copy/tests/integration (runner:89, check_args_and_update_paths) 2024-03-27 15:19:53,473 [ 106784 ] INFO : src dir is not set. Will use /home/ubuntu/_work/_temp/test/git-repo-copy/src (runner:96, check_args_and_update_paths) 2024-03-27 15:19:53,473 [ 106784 ] INFO : base_configs_dir: /home/ubuntu/_work/_temp/test/git-repo-copy/programs/server, binary: /home/ubuntu/_work/_temp/test/build/clickhouse, cases_dir: /home/ubuntu/_work/_temp/test/git-repo-copy/tests/integration (runner:98, check_args_and_update_paths) clickhouse_integration_tests_volume WARNING: Ignoring custom format, because both --format and --quiet are set. Running pytest container as: 'docker run --rm --name clickhouse_integration_tests_2af8bh --privileged --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-odbc-bridge:/clickhouse-odbc-bridge --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-library-bridge:/clickhouse-library-bridge --volume=/home/ubuntu/_work/_temp/test/git-repo-copy/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/_temp/test/git-repo-copy/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/_temp/test/git-repo-copy/src/Server/grpc_protos:/ClickHouse/src/Server/grpc_protos --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e XTABLES_LOCKFILE=/run/host/xtables.lock -e PYTHONUNBUFFERED=1 -e DOCKER_DOTNET_CLIENT_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_HELPER_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_BASE_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_KERBERIZED_HADOOP_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_KERBEROS_KDC_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_MYSQL_JAVA_CLIENT_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_MYSQL_JS_CLIENT_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_MYSQL_PHP_CLIENT_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e PYTEST_OPTS='--dist=loadfile -n 10 -rfEps --run-id=2 --color=no --durations=0 test_keeper_internal_secure/test.py::test_secure_raft_works -vvv' altinityinfra/integration-tests-runner:0-0a8ac3b092733da37e3e2a0079c486938a36790d '. Start tests ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-8.1.1, pluggy-1.4.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /ClickHouse/tests/integration configfile: pytest.ini plugins: timeout-2.3.1, repeat-0.9.3, xdist-3.5.0, random-0.2, order-1.0.0 timeout: 900.0s timeout method: signal timeout func_only: False created: 10/10 workers 10 workers [1 item] scheduling tests via LoadFileScheduling test_keeper_internal_secure/test.py::test_secure_raft_works [gw0] [100%] FAILED test_keeper_internal_secure/test.py::test_secure_raft_works =================================== FAILURES =================================== ____________________________ test_secure_raft_works ____________________________ [gw0] linux -- Python 3.8.10 /usr/bin/python3 started_cluster = def test_secure_raft_works(started_cluster): try: node1_zk = get_fake_zk("node1") node2_zk = get_fake_zk("node2") node3_zk = get_fake_zk("node3") > node1_zk.create("/test_node", b"somedata1") test_keeper_internal_secure/test.py:70: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.8/dist-packages/kazoo/client.py:999: in create return self.create_async( /usr/local/lib/python3.8/dist-packages/kazoo/handlers/utils.py:78: in get raise self._exception /usr/local/lib/python3.8/dist-packages/kazoo/handlers/utils.py:299: in captured_function return function(*args, **kwargs) /usr/local/lib/python3.8/dist-packages/kazoo/handlers/utils.py:320: in captured_function value = function(*args, **kwargs) /usr/local/lib/python3.8/dist-packages/kazoo/client.py:1085: in create_completion return self.unchroot(result.get()) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = block = True, timeout = None def get(self, block=True, timeout=None): """Return the stored value or raise the exception. If there is no value raises TimeoutError. """ with self._condition: if self._exception is not _NONE: if self._exception is None: return self.value > raise self._exception E kazoo.exceptions.ConnectionLoss /usr/local/lib/python3.8/dist-packages/kazoo/handlers/utils.py:72: ConnectionLoss ---------------------------- Captured stdout setup ----------------------------- Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml ------------------------------ Captured log setup ------------------------------ 2024-03-27 15:19:57 [ 364 ] DEBUG : Command:['docker ps | wc -l'] (cluster.py:97, run_and_check) 2024-03-27 15:19:57 [ 364 ] DEBUG : Stdout:1 (cluster.py:105, run_and_check) 2024-03-27 15:19:57 [ 364 ] DEBUG : No running containers (conftest.py:44, cleanup_environment) 2024-03-27 15:19:57 [ 364 ] INFO : Running tests in /ClickHouse/tests/integration/test_keeper_internal_secure/test.py (cluster.py:2508, start) 2024-03-27 15:19:57 [ 364 ] DEBUG : Cluster start called. is_up=False (cluster.py:2515, start) 2024-03-27 15:19:57 [ 364 ] DEBUG : Docker networks for project roottestkeeperinternalsecure are NETWORK ID NAME DRIVER SCOPE (cluster.py:633, print_all_docker_pieces) 2024-03-27 15:19:57 [ 364 ] DEBUG : Docker containers for project roottestkeeperinternalsecure are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:641, print_all_docker_pieces) 2024-03-27 15:19:57 [ 364 ] DEBUG : Docker volumes for project roottestkeeperinternalsecure are DRIVER VOLUME NAME (cluster.py:649, print_all_docker_pieces) 2024-03-27 15:19:57 [ 364 ] DEBUG : Cleanup called (cluster.py:654, cleanup) 2024-03-27 15:19:57 [ 364 ] DEBUG : Docker networks for project roottestkeeperinternalsecure are NETWORK ID NAME DRIVER SCOPE (cluster.py:633, print_all_docker_pieces) 2024-03-27 15:19:57 [ 364 ] DEBUG : Docker containers for project roottestkeeperinternalsecure are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:641, print_all_docker_pieces) 2024-03-27 15:19:57 [ 364 ] DEBUG : Docker volumes for project roottestkeeperinternalsecure are DRIVER VOLUME NAME (cluster.py:649, print_all_docker_pieces) 2024-03-27 15:19:57 [ 364 ] DEBUG : Command:docker container list --all --filter name='^/roottestkeeperinternalsecure_.*_1$' --format '{{.ID}}:{{.Names}}' (cluster.py:97, run_and_check) 2024-03-27 15:19:57 [ 364 ] DEBUG : Unstopped containers: {} (cluster.py:668, cleanup) 2024-03-27 15:19:57 [ 364 ] DEBUG : No running containers for project: roottestkeeperinternalsecure (cluster.py:682, cleanup) 2024-03-27 15:19:57 [ 364 ] DEBUG : Trying to prune unused networks... (cluster.py:688, cleanup) 2024-03-27 15:19:57 [ 364 ] DEBUG : Trying to prune unused images... (cluster.py:704, cleanup) 2024-03-27 15:19:57 [ 364 ] DEBUG : Command:['docker', 'image', 'prune', '-f'] (cluster.py:97, run_and_check) 2024-03-27 15:19:57 [ 364 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:105, run_and_check) 2024-03-27 15:19:57 [ 364 ] DEBUG : Images pruned (cluster.py:707, cleanup) 2024-03-27 15:19:57 [ 364 ] DEBUG : Trying to prune unused volumes... (cluster.py:713, cleanup) 2024-03-27 15:19:57 [ 364 ] DEBUG : Command:['docker volume ls | wc -l'] (cluster.py:97, run_and_check) 2024-03-27 15:19:57 [ 364 ] DEBUG : Stdout:1 (cluster.py:105, run_and_check) 2024-03-27 15:19:57 [ 364 ] DEBUG : Setup directory for instance: node1 (cluster.py:2528, start) 2024-03-27 15:19:57 [ 364 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4146, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Create directory for common tests configuration (cluster.py:4151, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Copy common configuration from helpers (cluster.py:4171, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Generate and write macros file (cluster.py:4184, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_keeper_internal_secure/configs/enable_secure_keeper1.xml', '/ClickHouse/tests/integration/test_keeper_internal_secure/configs/ssl_conf.xml', '/ClickHouse/tests/integration/test_keeper_internal_secure/configs/server.crt', '/ClickHouse/tests/integration/test_keeper_internal_secure/configs/server.key', '/ClickHouse/tests/integration/test_keeper_internal_secure/configs/rootCA.pem'] to /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node1/configs/config.d (cluster.py:4215, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node1/database (cluster.py:4232, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node1/logs (cluster.py:4243, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Entrypoint cmd: ["clickhouse", "server", "--config-file=/etc/clickhouse-server/config.xml", "--log-file=/var/log/clickhouse-server/clickhouse-server.log", "--errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log"] (cluster.py:4319, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Setup directory for instance: node2 (cluster.py:2528, start) 2024-03-27 15:19:57 [ 364 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4146, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Create directory for common tests configuration (cluster.py:4151, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Copy common configuration from helpers (cluster.py:4171, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Generate and write macros file (cluster.py:4184, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_keeper_internal_secure/configs/enable_secure_keeper2.xml', '/ClickHouse/tests/integration/test_keeper_internal_secure/configs/ssl_conf.xml', '/ClickHouse/tests/integration/test_keeper_internal_secure/configs/server.crt', '/ClickHouse/tests/integration/test_keeper_internal_secure/configs/server.key', '/ClickHouse/tests/integration/test_keeper_internal_secure/configs/rootCA.pem'] to /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node2/configs/config.d (cluster.py:4215, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node2/database (cluster.py:4232, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node2/logs (cluster.py:4243, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Entrypoint cmd: ["clickhouse", "server", "--config-file=/etc/clickhouse-server/config.xml", "--log-file=/var/log/clickhouse-server/clickhouse-server.log", "--errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log"] (cluster.py:4319, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Setup directory for instance: node3 (cluster.py:2528, start) 2024-03-27 15:19:57 [ 364 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4146, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Create directory for common tests configuration (cluster.py:4151, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Copy common configuration from helpers (cluster.py:4171, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Generate and write macros file (cluster.py:4184, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_keeper_internal_secure/configs/enable_secure_keeper3.xml', '/ClickHouse/tests/integration/test_keeper_internal_secure/configs/ssl_conf.xml', '/ClickHouse/tests/integration/test_keeper_internal_secure/configs/server.crt', '/ClickHouse/tests/integration/test_keeper_internal_secure/configs/server.key', '/ClickHouse/tests/integration/test_keeper_internal_secure/configs/rootCA.pem'] to /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node3/configs/config.d (cluster.py:4215, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node3/database (cluster.py:4232, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node3/logs (cluster.py:4243, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Entrypoint cmd: ["clickhouse", "server", "--config-file=/etc/clickhouse-server/config.xml", "--log-file=/var/log/clickhouse-server/clickhouse-server.log", "--errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log"] (cluster.py:4319, create_dir) 2024-03-27 15:19:57 [ 364 ] DEBUG : Env {'TSAN_OPTIONS': 'second_deadlock_stack=1', 'ASAN_OPTIONS': 'use_sigaltstack=0', 'CLICKHOUSE_WATCHDOG_ENABLE': '0', 'CLICKHOUSE_NATS_TLS_SECURE': '0', 'LLVM_PROFILE_FILE': '/var/lib/clickhouse/server_%h_%p_%m.profraw'} stored in /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/.env (cluster.py:70, _create_env_file) 2024-03-27 15:19:57 [ 364 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2024-03-27 15:19:57 [ 364 ] DEBUG : No config file found (config.py:28, find_config_file) 2024-03-27 15:19:57 [ 364 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2024-03-27 15:19:57 [ 364 ] DEBUG : No config file found (config.py:28, find_config_file) 2024-03-27 15:19:57 [ 364 ] DEBUG : http://localhost:None "GET /version HTTP/1.1" 200 824 (connectionpool.py:429, _make_request) 2024-03-27 15:19:57 [ 364 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/.env', '--project-name', 'roottestkeeperinternalsecure', '--file', '/ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node1/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node2/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node3/docker-compose.yml', 'pull'] (cluster.py:97, run_and_check) 2024-03-27 15:20:09 [ 364 ] DEBUG : Stderr:Pulling node1 ... (cluster.py:107, run_and_check) 2024-03-27 15:20:09 [ 364 ] DEBUG : Stderr:Pulling node3 ... (cluster.py:107, run_and_check) 2024-03-27 15:20:09 [ 364 ] DEBUG : Stderr:Pulling node2 ... (cluster.py:107, run_and_check) 2024-03-27 15:20:09 [ 364 ] DEBUG : Stderr:Pulling node1 ... pulling from altinityinfra/integr... (cluster.py:107, run_and_check) 2024-03-27 15:20:09 [ 364 ] DEBUG : Stderr:Pulling node1 ... digest: sha256:0a374a389fa493e61c... (cluster.py:107, run_and_check) 2024-03-27 15:20:09 [ 364 ] DEBUG : Stderr:Pulling node1 ... status: image is up to date for a... (cluster.py:107, run_and_check) 2024-03-27 15:20:09 [ 364 ] DEBUG : Stderr:Pulling node1 ... done (cluster.py:107, run_and_check) 2024-03-27 15:20:09 [ 364 ] DEBUG : Stderr:Pulling node3 ... pulling from altinityinfra/integr... (cluster.py:107, run_and_check) 2024-03-27 15:20:09 [ 364 ] DEBUG : Stderr:Pulling node3 ... digest: sha256:0a374a389fa493e61c... (cluster.py:107, run_and_check) 2024-03-27 15:20:09 [ 364 ] DEBUG : Stderr:Pulling node3 ... status: image is up to date for a... (cluster.py:107, run_and_check) 2024-03-27 15:20:09 [ 364 ] DEBUG : Stderr:Pulling node3 ... done (cluster.py:107, run_and_check) 2024-03-27 15:20:09 [ 364 ] DEBUG : Stderr:Pulling node2 ... pulling from altinityinfra/integr... (cluster.py:107, run_and_check) 2024-03-27 15:20:09 [ 364 ] DEBUG : Stderr:Pulling node2 ... digest: sha256:0a374a389fa493e61c... (cluster.py:107, run_and_check) 2024-03-27 15:20:09 [ 364 ] DEBUG : Stderr:Pulling node2 ... status: image is up to date for a... (cluster.py:107, run_and_check) 2024-03-27 15:20:09 [ 364 ] DEBUG : Stderr:Pulling node2 ... done (cluster.py:107, run_and_check) 2024-03-27 15:20:09 [ 364 ] DEBUG : ('Trying to create ClickHouse instance by command %s', 'docker-compose --env-file /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/.env --project-name roottestkeeperinternalsecure --file /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node1/docker-compose.yml --file /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node2/docker-compose.yml --file /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node3/docker-compose.yml up -d --no-recreate') (cluster.py:2852, start) 2024-03-27 15:20:09 [ 364 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/.env', '--project-name', 'roottestkeeperinternalsecure', '--file', '/ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node1/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node2/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node3/docker-compose.yml', 'up', '-d', '--no-recreate'] (cluster.py:97, run_and_check) 2024-03-27 15:20:10 [ 364 ] DEBUG : Stderr:Creating network "roottestkeeperinternalsecure_default" with the default driver (cluster.py:107, run_and_check) 2024-03-27 15:20:10 [ 364 ] DEBUG : Stderr:Creating roottestkeeperinternalsecure_node2_1 ... (cluster.py:107, run_and_check) 2024-03-27 15:20:10 [ 364 ] DEBUG : Stderr:Creating roottestkeeperinternalsecure_node1_1 ... (cluster.py:107, run_and_check) 2024-03-27 15:20:10 [ 364 ] DEBUG : Stderr:Creating roottestkeeperinternalsecure_node3_1 ... (cluster.py:107, run_and_check) 2024-03-27 15:20:10 [ 364 ] DEBUG : Stderr:Creating roottestkeeperinternalsecure_node2_1 ... done (cluster.py:107, run_and_check) 2024-03-27 15:20:10 [ 364 ] DEBUG : Stderr:Creating roottestkeeperinternalsecure_node1_1 ... done (cluster.py:107, run_and_check) 2024-03-27 15:20:10 [ 364 ] DEBUG : Stderr:Creating roottestkeeperinternalsecure_node3_1 ... done (cluster.py:107, run_and_check) 2024-03-27 15:20:10 [ 364 ] DEBUG : ClickHouse instance created (cluster.py:2860, start) 2024-03-27 15:20:10 [ 364 ] DEBUG : get_instance_ip instance_name=node1 (cluster.py:1851, get_instance_ip) 2024-03-27 15:20:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/roottestkeeperinternalsecure_node1_1/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:10 [ 364 ] DEBUG : Waiting for ClickHouse start in node1, ip: 172.16.1.2... (cluster.py:2867, start) 2024-03-27 15:20:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/roottestkeeperinternalsecure_node1_1/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:20:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:21:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:11 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:12 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:13 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:14 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:15 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:16 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:17 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:18 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:19 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:20 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:21 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:22 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:23 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:24 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:25 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:26 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:27 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:28 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:29 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:30 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:31 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:32 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:33 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:34 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:35 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:36 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:37 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:38 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:39 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:40 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:41 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:42 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:43 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:44 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:45 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:46 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:47 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:48 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:49 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:50 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:51 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:52 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:53 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:54 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:55 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:56 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:57 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:58 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:22:59 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:00 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:01 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:02 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:03 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:04 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:05 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:06 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:07 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:08 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:09 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/b71181e031691f2975d782b2da961f15b6fc0e89afbac52f6fb80dfe6864c9ec/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:10 [ 364 ] DEBUG : ClickHouse node1 started (cluster.py:2871, start) 2024-03-27 15:23:10 [ 364 ] DEBUG : get_instance_ip instance_name=node2 (cluster.py:1851, get_instance_ip) 2024-03-27 15:23:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/roottestkeeperinternalsecure_node2_1/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:10 [ 364 ] DEBUG : Waiting for ClickHouse start in node2, ip: 172.16.1.3... (cluster.py:2867, start) 2024-03-27 15:23:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/roottestkeeperinternalsecure_node2_1/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/ce3a8967b28ed221bb0592e0a464bc67a99782d4dd4ad55171d219acab74fa11/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:10 [ 364 ] DEBUG : ClickHouse node2 started (cluster.py:2871, start) 2024-03-27 15:23:10 [ 364 ] DEBUG : get_instance_ip instance_name=node3 (cluster.py:1851, get_instance_ip) 2024-03-27 15:23:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/roottestkeeperinternalsecure_node3_1/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:10 [ 364 ] DEBUG : Waiting for ClickHouse start in node3, ip: 172.16.1.4... (cluster.py:2867, start) 2024-03-27 15:23:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/roottestkeeperinternalsecure_node3_1/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/c287098b0299b4c6ab8c8e036e8ac3d7df63d9a1787bc1336c38cc70612c78a4/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:10 [ 364 ] DEBUG : ClickHouse node3 started (cluster.py:2871, start) ------------------------------ Captured log call ------------------------------- 2024-03-27 15:23:10 [ 364 ] DEBUG : get_instance_ip instance_name=node1 (cluster.py:1851, get_instance_ip) 2024-03-27 15:23:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/roottestkeeperinternalsecure_node1_1/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:10 [ 364 ] INFO : Connecting to 172.16.1.2(172.16.1.2):9181, use_ssl: False (connection.py:688, _connect) 2024-03-27 15:23:10 [ 364 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:330, _submit) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:561, _session_callback) 2024-03-27 15:23:10 [ 364 ] DEBUG : get_instance_ip instance_name=node2 (cluster.py:1851, get_instance_ip) 2024-03-27 15:23:10 [ 364 ] WARNING : Connection dropped: socket connection broken (connection.py:660, _connect_attempt) 2024-03-27 15:23:10 [ 364 ] WARNING : Transition to CONNECTING (connection.py:664, _connect_attempt) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper connection lost (client.py:573, _session_callback) 2024-03-27 15:23:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/roottestkeeperinternalsecure_node2_1/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:10 [ 364 ] INFO : Connecting to 172.16.1.3(172.16.1.3):9181, use_ssl: False (connection.py:688, _connect) 2024-03-27 15:23:10 [ 364 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:330, _submit) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:561, _session_callback) 2024-03-27 15:23:10 [ 364 ] DEBUG : get_instance_ip instance_name=node3 (cluster.py:1851, get_instance_ip) 2024-03-27 15:23:10 [ 364 ] WARNING : Connection dropped: socket connection broken (connection.py:660, _connect_attempt) 2024-03-27 15:23:10 [ 364 ] WARNING : Transition to CONNECTING (connection.py:664, _connect_attempt) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper connection lost (client.py:573, _session_callback) 2024-03-27 15:23:10 [ 364 ] DEBUG : http://localhost:None "GET /v1.45/containers/roottestkeeperinternalsecure_node3_1/json HTTP/1.1" 200 None (connectionpool.py:429, _make_request) 2024-03-27 15:23:10 [ 364 ] INFO : Connecting to 172.16.1.4(172.16.1.4):9181, use_ssl: False (connection.py:688, _connect) 2024-03-27 15:23:10 [ 364 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:330, _submit) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:561, _session_callback) 2024-03-27 15:23:10 [ 364 ] WARNING : Connection dropped: socket connection broken (connection.py:660, _connect_attempt) 2024-03-27 15:23:10 [ 364 ] WARNING : Transition to CONNECTING (connection.py:664, _connect_attempt) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper connection lost (client.py:573, _session_callback) 2024-03-27 15:23:10 [ 364 ] INFO : Connecting to 172.16.1.2(172.16.1.2):9181, use_ssl: False (connection.py:688, _connect) 2024-03-27 15:23:10 [ 364 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=-1, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:330, _submit) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:561, _session_callback) 2024-03-27 15:23:10 [ 364 ] WARNING : Connection dropped: socket connection broken (connection.py:660, _connect_attempt) 2024-03-27 15:23:10 [ 364 ] WARNING : Transition to CONNECTING (connection.py:664, _connect_attempt) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper connection lost (client.py:573, _session_callback) 2024-03-27 15:23:10 [ 364 ] INFO : Connecting to 172.16.1.4(172.16.1.4):9181, use_ssl: False (connection.py:688, _connect) 2024-03-27 15:23:10 [ 364 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=-1, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:330, _submit) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:561, _session_callback) 2024-03-27 15:23:10 [ 364 ] WARNING : Connection dropped: socket connection broken (connection.py:660, _connect_attempt) 2024-03-27 15:23:10 [ 364 ] WARNING : Transition to CONNECTING (connection.py:664, _connect_attempt) 2024-03-27 15:23:10 [ 364 ] INFO : Connecting to 172.16.1.3(172.16.1.3):9181, use_ssl: False (connection.py:688, _connect) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper connection lost (client.py:573, _session_callback) 2024-03-27 15:23:10 [ 364 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=-1, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:330, _submit) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:561, _session_callback) 2024-03-27 15:23:10 [ 364 ] WARNING : Connection dropped: socket connection broken (connection.py:660, _connect_attempt) 2024-03-27 15:23:10 [ 364 ] WARNING : Transition to CONNECTING (connection.py:664, _connect_attempt) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper connection lost (client.py:573, _session_callback) 2024-03-27 15:23:10 [ 364 ] INFO : Connecting to 172.16.1.4(172.16.1.4):9181, use_ssl: False (connection.py:688, _connect) 2024-03-27 15:23:10 [ 364 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=-1, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:330, _submit) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:561, _session_callback) 2024-03-27 15:23:10 [ 364 ] WARNING : Connection dropped: socket connection broken (connection.py:660, _connect_attempt) 2024-03-27 15:23:10 [ 364 ] WARNING : Transition to CONNECTING (connection.py:664, _connect_attempt) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper connection lost (client.py:573, _session_callback) 2024-03-27 15:23:10 [ 364 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:547, zk_loop) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper session closed, state: CLOSED (client.py:567, _session_callback) 2024-03-27 15:23:10 [ 364 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:547, zk_loop) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper session closed, state: CLOSED (client.py:567, _session_callback) 2024-03-27 15:23:10 [ 364 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:547, zk_loop) 2024-03-27 15:23:10 [ 364 ] INFO : Zookeeper session closed, state: CLOSED (client.py:567, _session_callback) ---------------------------- Captured log teardown ----------------------------- 2024-03-27 15:23:11 [ 364 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/.env', '--project-name', 'roottestkeeperinternalsecure', '--file', '/ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node1/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node2/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node3/docker-compose.yml', 'stop', '--timeout', '20'] (cluster.py:97, run_and_check) 2024-03-27 15:23:15 [ 364 ] DEBUG : Stderr:Stopping roottestkeeperinternalsecure_node3_1 ... (cluster.py:107, run_and_check) 2024-03-27 15:23:15 [ 364 ] DEBUG : Stderr:Stopping roottestkeeperinternalsecure_node1_1 ... (cluster.py:107, run_and_check) 2024-03-27 15:23:15 [ 364 ] DEBUG : Stderr:Stopping roottestkeeperinternalsecure_node2_1 ... (cluster.py:107, run_and_check) 2024-03-27 15:23:15 [ 364 ] DEBUG : Stderr:Stopping roottestkeeperinternalsecure_node2_1 ... done (cluster.py:107, run_and_check) 2024-03-27 15:23:15 [ 364 ] DEBUG : Stderr:Stopping roottestkeeperinternalsecure_node3_1 ... done (cluster.py:107, run_and_check) 2024-03-27 15:23:15 [ 364 ] DEBUG : Stderr:Stopping roottestkeeperinternalsecure_node1_1 ... done (cluster.py:107, run_and_check) 2024-03-27 15:23:15 [ 364 ] DEBUG : Command:['bash', '-c', '[ -f /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node1/logs/stderr.log ] && zgrep -aH "==================" /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node1/logs/stderr.log* || true'] (cluster.py:97, run_and_check) 2024-03-27 15:23:15 [ 364 ] DEBUG : Command:['bash', '-c', '[ -f /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node2/logs/stderr.log ] && zgrep -aH "==================" /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node2/logs/stderr.log* || true'] (cluster.py:97, run_and_check) 2024-03-27 15:23:15 [ 364 ] DEBUG : Command:['bash', '-c', '[ -f /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node3/logs/stderr.log ] && zgrep -aH "==================" /ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node3/logs/stderr.log* || true'] (cluster.py:97, run_and_check) 2024-03-27 15:23:15 [ 364 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/.env', '--project-name', 'roottestkeeperinternalsecure', '--file', '/ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node1/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node2/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_keeper_internal_secure/_instances_2/node3/docker-compose.yml', 'down', '--volumes'] (cluster.py:97, run_and_check) 2024-03-27 15:23:16 [ 364 ] DEBUG : Stderr:Removing roottestkeeperinternalsecure_node3_1 ... (cluster.py:107, run_and_check) 2024-03-27 15:23:16 [ 364 ] DEBUG : Stderr:Removing roottestkeeperinternalsecure_node1_1 ... (cluster.py:107, run_and_check) 2024-03-27 15:23:16 [ 364 ] DEBUG : Stderr:Removing roottestkeeperinternalsecure_node2_1 ... (cluster.py:107, run_and_check) 2024-03-27 15:23:16 [ 364 ] DEBUG : Stderr:Removing roottestkeeperinternalsecure_node1_1 ... done (cluster.py:107, run_and_check) 2024-03-27 15:23:16 [ 364 ] DEBUG : Stderr:Removing roottestkeeperinternalsecure_node2_1 ... done (cluster.py:107, run_and_check) 2024-03-27 15:23:16 [ 364 ] DEBUG : Stderr:Removing roottestkeeperinternalsecure_node3_1 ... done (cluster.py:107, run_and_check) 2024-03-27 15:23:16 [ 364 ] DEBUG : Stderr:Removing network roottestkeeperinternalsecure_default (cluster.py:107, run_and_check) 2024-03-27 15:23:16 [ 364 ] DEBUG : Cleanup called (cluster.py:654, cleanup) 2024-03-27 15:23:16 [ 364 ] DEBUG : Docker networks for project roottestkeeperinternalsecure are NETWORK ID NAME DRIVER SCOPE (cluster.py:633, print_all_docker_pieces) 2024-03-27 15:23:16 [ 364 ] DEBUG : Docker containers for project roottestkeeperinternalsecure are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:641, print_all_docker_pieces) 2024-03-27 15:23:16 [ 364 ] DEBUG : Docker volumes for project roottestkeeperinternalsecure are DRIVER VOLUME NAME (cluster.py:649, print_all_docker_pieces) 2024-03-27 15:23:16 [ 364 ] DEBUG : Command:docker container list --all --filter name='^/roottestkeeperinternalsecure_.*_1$' --format '{{.ID}}:{{.Names}}' (cluster.py:97, run_and_check) 2024-03-27 15:23:16 [ 364 ] DEBUG : Unstopped containers: {} (cluster.py:668, cleanup) 2024-03-27 15:23:16 [ 364 ] DEBUG : No running containers for project: roottestkeeperinternalsecure (cluster.py:682, cleanup) 2024-03-27 15:23:16 [ 364 ] DEBUG : Trying to prune unused networks... (cluster.py:688, cleanup) 2024-03-27 15:23:16 [ 364 ] DEBUG : Trying to prune unused images... (cluster.py:704, cleanup) 2024-03-27 15:23:16 [ 364 ] DEBUG : Command:['docker', 'image', 'prune', '-f'] (cluster.py:97, run_and_check) 2024-03-27 15:23:16 [ 364 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:105, run_and_check) 2024-03-27 15:23:16 [ 364 ] DEBUG : Images pruned (cluster.py:707, cleanup) 2024-03-27 15:23:16 [ 364 ] DEBUG : Trying to prune unused volumes... (cluster.py:713, cleanup) 2024-03-27 15:23:16 [ 364 ] DEBUG : Command:['docker volume ls | wc -l'] (cluster.py:97, run_and_check) 2024-03-27 15:23:16 [ 364 ] DEBUG : Stdout:1 (cluster.py:105, run_and_check) ============================== slowest durations =============================== 192.77s setup test_keeper_internal_secure/test.py::test_secure_raft_works 5.47s teardown test_keeper_internal_secure/test.py::test_secure_raft_works 0.24s call test_keeper_internal_secure/test.py::test_secure_raft_works =========================== short test summary info ============================ FAILED test_keeper_internal_secure/test.py::test_secure_raft_works - kazoo.ex... ======================== 1 failed in 199.76s (0:03:19) ========================= Traceback (most recent call last): File "/home/ubuntu/_work/_temp/test/git-repo-copy/tests/integration/./runner", line 448, in subprocess.check_call(cmd, shell=True) File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'docker run --rm --name clickhouse_integration_tests_2af8bh --privileged --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-odbc-bridge:/clickhouse-odbc-bridge --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-library-bridge:/clickhouse-library-bridge --volume=/home/ubuntu/_work/_temp/test/git-repo-copy/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/_temp/test/git-repo-copy/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/_temp/test/git-repo-copy/src/Server/grpc_protos:/ClickHouse/src/Server/grpc_protos --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e XTABLES_LOCKFILE=/run/host/xtables.lock -e PYTHONUNBUFFERED=1 -e DOCKER_DOTNET_CLIENT_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_HELPER_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_BASE_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_KERBERIZED_HADOOP_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_KERBEROS_KDC_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_MYSQL_JAVA_CLIENT_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_MYSQL_JS_CLIENT_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_MYSQL_PHP_CLIENT_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=0-0a8ac3b092733da37e3e2a0079c486938a36790d -e PYTEST_OPTS='--dist=loadfile -n 10 -rfEps --run-id=2 --color=no --durations=0 test_keeper_internal_secure/test.py::test_secure_raft_works -vvv' altinityinfra/integration-tests-runner:0-0a8ac3b092733da37e3e2a0079c486938a36790d ' returned non-zero exit status 1.